From 5f770b8c0b672d38a0be29d8b05ee104393a9392 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 19 Dec 2007 11:17:26 +0000 Subject: [PATCH] * explicitely chmod +x ocamldoc-api-ref-config during build --- debian/changelog | 7 ++++--- debian/rules | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d84264ad..e5b89919 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -ocaml (3.10.0-11) UNRELEASED; urgency=low +ocaml (3.10.0-11) unstable; urgency=low - * NOT RELEASED YET + [ Stefano Zacchiroli ] + * explicitely chmod +x ocamldoc-api-ref-config during build - -- Stefano Zacchiroli Wed, 19 Dec 2007 09:56:09 +0100 + -- Stefano Zacchiroli Wed, 19 Dec 2007 12:15:08 +0100 ocaml (3.10.0-10) unstable; urgency=low diff --git a/debian/rules b/debian/rules index f60c8455..3a7f3453 100755 --- a/debian/rules +++ b/debian/rules @@ -264,6 +264,7 @@ install-arch: build-arch cp debian/ocaml-compiler-libs.override debian/ocaml-compiler-libs/usr/share/lintian/overrides/ocaml-compiler-libs cp debian/ocaml-nox.override debian/ocaml-nox/usr/share/lintian/overrides/ocaml-nox + chmod +x debian/cdbs/ocamldoc-api-ref-config dh_install -a # Must not depend on anything. This is to be called by -- 2.30.2